Test Output *********** .. _example_test_output_console: Console ------- .. _example_test_output_console_basic: Basic +++++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Console Output/Basic Configuration/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Console Output/Basic Configuration/test_plan.py .. _example_test_output_console_multi: Multi-level +++++++++++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Console Output/Multi-level Configuration/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Console Output/Multi-level Configuration/test_plan.py .. _example_test_output_exporters: Exporters --------- .. _example_test_output_exporters_custom: Custom ++++++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/Custom Exporters/Basic/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/Custom Exporters/Basic/test_plan.py .. _example_test_output_exporters_json: JSON ++++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/JSON/test_plan.py>` - :download:`json_to_pdf.py <../../../examples/Test Output/Exporters/JSON/json_to_pdf.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/JSON/test_plan.py json_to_pdf.py `````````````` .. literalinclude:: ../../../examples/Test Output/Exporters/JSON/json_to_pdf.py .. _example_test_output_exporters_pdf: PDF +++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/PDF/Basic PDF Report/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/PDF/Basic PDF Report/test_plan.py .. _example_tagged_filtered_pdf: Tagged Filtered PDF +++++++++++++++++++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/PDF/Tag Filtered PDF Report/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/PDF/Tag Filtered PDF Report/test_plan.py .. _example_cross_page_assertion_pdf: Cross Page Assertions +++++++++++++++++++++ A few of the assertions are enhanced to be able to render large content that doesn't fit into a single page. Ths example demonstrates those that are currently available. Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/PDF/Cross Page Assertions/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/PDF/Cross Page Assertions/test_plan.py .. _example_test_output_exporters_xml: XML +++ Required files: - :download:`test_plan.py <../../../examples/Test Output/Exporters/XML/test_plan.py>` test_plan.py ```````````` .. literalinclude:: ../../../examples/Test Output/Exporters/XML/test_plan.py